/ Assembly List / LJCDataAccess / ProcedureParameters / Add

Namespace - LJCDataAccess


Parameters
parameterName - The parameter name.
mySqlDbType - The MySqlDbType value.
size - The size value.
value - The parameter value.
direction - The parameter direction.

Returns

A reference to the added item.

Syntax

C#
public ProcedureParameter Add(String parameterName, MySqlDbType mySqlDbType, Int32 size, Object value = null, ParameterDirection direction = ParameterDirection.Input)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.